home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 04r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  607 b   |  59 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   scrollMechOne(1)
  12. end
  13.  
  14. on myDown
  15.   qTHalt()
  16.   scrollMechOne(2)
  17. end
  18.  
  19. on myLeft
  20.   qTHalt()
  21.   scrollMechTwo(1)
  22. end
  23.  
  24. on myRight
  25.   qTHalt()
  26.   scrollMechTwo(2)
  27. end
  28.  
  29. on myPag
  30. end
  31.  
  32. on myDia
  33.   qTHalt()
  34.   go("localXit")
  35.   play movie "04d"
  36.   go("a")
  37. end
  38.  
  39. on myNot
  40.   qTHalt()
  41.   go("localXit")
  42.   play movie "04p"
  43.   go("a")
  44. end
  45.  
  46. on myPho
  47.   qTHalt()
  48.   go("xit")
  49.   play movie "17d"
  50.   go("a")
  51. end
  52.  
  53. on myVid
  54.   qTHalt()
  55.   go("localXit")
  56.   play movie "04q"
  57.   go("a")
  58. end
  59.